home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / MacDOS 1.0.1 / MacDOS™ 1.0.1 / MacDOS™ 1.0.1.rsrc / TEXT_167_REPEAT.txt < prev    next >
Encoding:
Text File  |  1993-10-23  |  359 b   |  9 lines

  1. Repeats a block of lines in a batch program (MacDOS only).
  2.  
  3. REPEAT label
  4.  
  5.   label  identifies the last line to be executed before returning to
  6.          the first line of the block. As a label cannot be followed by
  7.          a command in the same line, the block to be repeated consists
  8.          of all the lines between the REPEAT and the corresponding label.
  9.